projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b95ad7
)
libxl: Do not delete checked-in flex/bison outputs.
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 8 Mar 2010 21:34:43 +0000
(21:34 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 8 Mar 2010 21:34:43 +0000
(21:34 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxl/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxl/Makefile
b/tools/libxl/Makefile
index dbf8c436d15e0df74e6dadf82c21a1f0381d2109..75ac02aa477966bb7a7455314e8be550119464fb 100644
(file)
--- a/
tools/libxl/Makefile
+++ b/
tools/libxl/Makefile
@@
-89,7
+89,7
@@
install: all
.PHONY: clean
clean:
$(RM) -f *.o *.so* *.a $(CLIENTS) $(DEPS)
-
$(RM) -f $(AUTOSRCS) $(AUTOINCS)
+
#
$(RM) -f $(AUTOSRCS) $(AUTOINCS)
distclean: clean